projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff102b
)
(insert_glyphs): Use &, not &&.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 02:45:18 +0000
(
02:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 02:45:18 +0000
(
02:45
+0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 322ac9d61747736125288906a0406e05250746b8..1fbc4d87f687e8b966adfe9283af59bfdcfa68b3 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-956,7
+956,7
@@
insert_glyphs (start, len)
g = *start++;
/* We must open sufficient space for a character which
occupies more than one column. */
- while (*start &
&
GLYPH_MASK_PADDING)
+ while (*start & GLYPH_MASK_PADDING)
{
OUTPUT1_IF (TS_ins_char);
start++, len--;